home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
display.d
/
80manual_partitioning
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-19
|
165 b
|
12 lines
#!/bin/sh
. /lib/partman/lib/base.sh
if ask_user /lib/partman/choose_partition; then
exitcode=99 # repeat the display.d loop
else
exitcode=$?
fi
exit $exitcode